-- JSON module extracted from ITU-T Y.4473 (08/2020)

//Example 16 - An example of addressing to an association link //Example request: //http://example.org/v1.0/Datastreams(1)/Observations/$ref //Returns all the selfLinks of the Observations of Datastream(1). //Example response: { "value": [ { "@iot.selfLinks": "http://example.org/v1.0/Observations(1)" }, { "@iot.selfLinks": "http://example.org/v1.0/Observations(2)" } ] }